Conversation
How to use the Graphite Merge QueueAdd the label merge-queue to this PR to add it to the merge queue. You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
|
🚅 Deployed to the rivet-pr-4307 environment in rivet-frontend
|
PR Review: SQLite Launch Blog PostThis PR adds a changelog blog post announcing SQLite support for Rivet Actors. The post is well-structured with clear code examples covering Basic, Drizzle ORM, Queues, Transactions, and Realtime React patterns. IssuesBlockingIncomplete section — "Built-in Database Explorer" (line 358) Non-blockingDuplicate import from same module (Drizzle tab) // Current
import { db } from "rivetkit/db/drizzle";
import { integer, sqliteTable, text } from "rivetkit/db/drizzle";
// Should be
import { db, integer, sqliteTable, text } from "rivetkit/db/drizzle";Non-null assertions in React example without consistent guards Transaction example allows overdrafts Strong marketing claim to verify Positives
Summary: The blocking issue is the Review generated by Claude Sonnet 4.6 |
06f2b6e to
3ca21d0
Compare

Description
Please include a summary of the changes and the related issue. Please also include relevant motivation and context.
Type of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes.
Checklist: